home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / demos / ev-demo / ev_demo.doc next >
Text File  |  1996-07-10  |  11KB  |  178 lines

  1.                               EtherVision 
  2.  
  3.                       The Ethernet LAN monitor 
  4.  
  5.  
  6. DESCRIPTION 
  7.  
  8. Ethervision is designed to monitor and display activity of an Ethernet Local 
  9. Area Network (LAN).  EtherVision works with all Ethernet media types including 
  10. coax, twisted pair, and fiber. Operations exist to monitor Ethernet traffic 
  11. activity and errors in real-time, show network utilization, assign user names 
  12. to network addresses, and more.  Such information about traffic activity 
  13. enables the user to determine network loading, show traffic generated by 
  14. individual stations (also called nodes), and resolve problems. 
  15.  
  16. There are two real-time monitoring display modes available while monitoring 
  17. traffic.  These modes are: 
  18.  
  19.    - normal  -- Tracks packets and kilobytes sent by each station 
  20.    - skyline -- Aggregate network traffic display over time + network 
  21.                 utilization 
  22.  
  23. Within each display mode, there are error counters and numerous options to 
  24. tailor the display. 
  25.  
  26. Alphanumeric names may be associated with network addresses making it easier to 
  27. interpret network activity displays.  This information is stored in a file 
  28. which may be recalled and changed at anytime. The basic operations available 
  29. in EtherVision are summarized in 
  30.  
  31. OPERATION 
  32.  
  33. The demo for EtherVision (which monitors a simulated network) is run by typing 
  34. EV_DEMO from the directory containing EV_DEMO.EXE. When EtherVision is first 
  35. invoked, the user is presented with a main menu.  An action from this menu may 
  36. be selected by pressing the first letter of the option or moving the cursor 
  37. up/down with the up/down arrow keys and then pressing Enter.  As a shortcut, 
  38. pressing the first letter of the option causes immediate action. The user may 
  39. return to the main menu at any time by pressing the Esc key.  Each menu option 
  40. is described in more detail below. 
  41.  
  42. Assigning Names 
  43.  
  44. Selecting the ASSIGN NAMES from the main menu allows you to associate names 
  45. with network addresses.  For example, the name 'Robert' may be given to the 
  46. address 0000860005FC (address are always 12 hex digits = 48 bits), making it 
  47. easier to remember what devices and workstations are at what network adapter 
  48. addresses. Upon selecting this option, a screen appears in which two new 
  49. windows are presented along with the function key options at the bottom of the 
  50. display.  The Name Assignments window displays a column of network addresses 
  51. (in hex) followed by the name.  If no name has been assigned by the user, then 
  52. the default appears which consists of the station address preceded by "NAME?-".  If there are more names than can be displayed, an arrow will appear in the 
  53. lower left-hand corner of the window.  Then, the names which are displayed in 
  54. the window can be changed by moving the highlight bar up and down using the 
  55. arrow keys or PgUp/PgDn (page up/page down) keys.  Arrows will appear in the 
  56. upper left-hand corner and/or lower right-hand corner of the window to 
  57. indicate the presence of more names above or below the ones displayed. The 
  58. lower window is for user input.  To change a name, select the station address 
  59. by moving the highlight bar up and down using the arrow keys or PgUp/PgDn keys 
  60. and press Enter. 
  61.  
  62. To perform other functions, use the function keys as follows: Function key F2 
  63. (Add Name) allows a name to be added or changed. If the network has been 
  64. actively monitored prior to assigning names, the network addresses that were 
  65. active are displayed, followed by name currently associated with that network 
  66. address. Pressing F2 allows the user to input a new or different name for a 
  67. given address.  Function key F3 (Del Name -- Delete Name) will prompt the user 
  68. to delete the name currently selected at the highlight bar.  Function key F4 
  69. (Sort Addr -- Sort Address) sorts the entries in ascending order by station 
  70. address. Function key F5 (Sort Name) sorts the entries in ascending order by 
  71. alphanumeric name.  Function key F6 (Load -- Load File) allows the user (in 
  72. the operational version only) to load a previously created name file.  The 
  73. file may be created with a spreadsheet (with ASCII comma delimited 
  74. import/export capability), word processor, or within EtherVision itself.  
  75. Function key F7 (Save -- Save File) will (in the operational version only) 
  76. save the name assignments to a file, in ASCII comma delimited format.  
  77. Function key F8 (CLR --Clear) will clear all of the name entries.  To leave 
  78. Assign Logical Names, press the Esc key to return to the main menu. 
  79.  
  80. Monitoring Traffic 
  81.  
  82. Selecting MONITOR TRAFFIC from the main menu puts EtherVision into its real-
  83. time monitoring mode showing various activity on the Ethernet.  The top of 
  84. this display shows the date and time when monitoring began or when the 
  85. displayed was cleared using the F7 function key.  Most of the display is 
  86. devoted to showing the stations (up to 80; use the arrow keys or PgUp/PgDn to 
  87. show additional stations if there are more) and their packet counts (those 
  88. packets sent by that station). 
  89.  
  90. The bottom portion of the display shows other counters and conditions.  From 
  91. left to right, these counters and status indicators are explained as follows:  
  92. STNS or stations, shows the total number of active stations (counting the 
  93. number of stations on the display would yield the same result).  If there are 
  94. more stations (over 80) than can be displayed on the screen, then the up/down 
  95. arrow keys and the PgUp/PgDn keys may be used to show the additional stations. 
  96. Packets shows the grand total of all packets counted. Kbytes or kilobytes 
  97. shows grand total, in thousands of bytes, of all packets counted. Bcast or 
  98. Broadcast, shows the number of packets that were broadcast to all stations. 
  99. PPS/Peak indicates the packets per second and peak packets per second since 
  100. monitoring began. 
  101.  
  102. CRC shows the number of packets in which the cyclic redundancy check performed 
  103. on the packet by the EtherVision adapter did not agree with the value in the 
  104. packet, indicating garbled bits within the packet.  Each time a CRC error 
  105. occurs, a "beep" will be heard. Align or alignment shows the number of packets 
  106. in which the bits have "shifted" out of alignment. Whenever an alignment error 
  107. occurs, a "beep" will be heard. Frgmt or Fragment shows the number of packets 
  108. which have truncated prematurely.  Fragment errors usually indicate 
  109. collisions.  Each occurrence of a fragment error will cause a "beep" to be 
  110. heard.  MU or Missed/Unprocessed indicate the inability for the hardware 
  111. and/or software to keep up with Ethernet traffic.  A triangle under the M 
  112. indicates that the hardware (adapter/PC) missed a packet.  A triangle under 
  113. the U indicates that the software (EtherVision itself) was unable to process 
  114. the packet before its buffer filled. On an 80386-based PC, this should rarely 
  115. happen.  On an 80286-based PC this may happen during periods of heavy, 
  116. sustained traffic. This "MU" feature is unique to EtherVision -- many 
  117. competing monitor programs will not indicate that packets could not be 
  118. processed in time. Elapsed indicates the elapsed time since monitoring began 
  119. or was cleared using function key F7. 
  120.  
  121. The bottom most line displays the function keys and their assignments.  These 
  122. function keys are discussed in more detail as follows:
  123.  
  124. Function key F2 (Stn ID -- Station Identification) is used to change the way 
  125. in which the station IDs are displayed.  The default is either the node 
  126. address or the station's logical name. The logical name is shown if the user 
  127. loaded names or assigned names prior to monitoring, using the Assign Names 
  128. option from the Main Menu (if there is a name assigned to an address which is 
  129. not active, then a '-' will appear after the name instead of a packet count.)   
  130. If the logical name is not chosen for display, then the station ID is shown as 
  131. the station's network addresses in hex notation.   Pressing function key F2 
  132. will toggle between these three different formats. 
  133.   
  134. Function key F3 (Sort STN -- Sort Station) will sort the station by IDs, in 
  135. ascending order.  The ordering is determined by the way the station IDs are 
  136. displayed.  For example, if the station names are displayed, then the sort 
  137. will be by name.  Likewise, if the station addresses are displayed, then the 
  138. sort will be by station address. Both sorts are in ascending order. 
  139.  
  140. Function key F4 (Sort CNT -- Sort Count) will sort the stations by the number 
  141. of packets.  The sort is in descending order such that the most active 
  142. stations appear first. 
  143.  
  144. Function key F5 (Cnt/Pct -- Station Count/Percent) toggles between displaying 
  145. of either the station packet counts or percentage of total packets counted. 
  146.  
  147. Function key F6 (Pkt/Sky -- Packet/Skyline) Toggles between the packet count 
  148. display and skyline/network utilization display.  If the skyline is chosen, 
  149. then the screen will display total packet counts on a logarithmic scale by the 
  150. second or by the minute, for the last 60 seconds or 60 minutes respectively.  
  151. The second or minute mode is selected when the skyline is displayed by 
  152. pressing function key F8.  The network utilization scale is update once per 
  153. second and will show a solid bar when the network is utilized more than 1 
  154. percent.  The peak utilization is marked with a triangle. 
  155.  
  156. EQUIPMENT REQUIREMENTS FOR OPERATIONAL VERSION 
  157.  
  158. EtherVision is designed to work with virtually all PC/MS-DOS machines with a 
  159. Novell NE2000 compatible Ethernet adapter card installed.  PC/MS-DOS 3.1 or 
  160. higher and a minimum of 384K of free RAM is required (more RAM gives 
  161. EtherVision more buffers).  Since Ethernet can accommodate in excess of 16,000 
  162. packets per second, best possible network monitoring performance is achieved 
  163. with a PC with a fast 80286 (12 Mhz or better) or 80386 processor (a feature 
  164. unique to EtherVision is notification of packets that could not be processed 
  165. because the hardware (adapter + PC) could not keep up and notification if the 
  166. software (EtherVision) could not keep up).  A monochrome or color display may 
  167. be used.  EtherVision is not copy-protected but is serialized. 
  168.  
  169. ORDERING INFORMATION 
  170.  
  171. The operational EtherVision is priced at $225, which includes a user's 
  172. manual, and choice of 3 1/2" or 5 1/4" diskette.  EtherVision with a Triticom 
  173. certified 16-bit Ethernet adapter is priced at $525.  For more information or 
  174. to order contact Triticom at P.O. Box 11536, St. Paul, MN 55111; (612) 937-
  175. 0772.
  176.  
  177.  
  178.